Gets an array of securityGroup objects that satisfy the filter criteria specified in the request body.
The request body is of type object.
Overview
 |
 |
 |
SecurityGroupName : string
|
 |
Description : string
|
 |
RoleID : string
|
 |
Rank : integer
| |
 |
limit : integer
|
 |
skip : integer
| |
The response body is of type SecurityGroupsGetResponse.
The collection of securityGroups that satisfy the query.
Overview
 |
SecurityGroupsGetResponse
The results of the securityGroups get query.
 |
 |
SecurityGroupName : string
|
 |
Description : string
|
 |
Rank : integer
|
 |
Resources : Array[string]
|
 |
RoleID : string
| | |